{% extends "pages/auth/_layout.html" %} {% from "components/macros.html" import submit_button %} {% from "components/auth_macros.html" import auth_field, auth_banner %} {% block title %}Create an account - {{ project_name }}{% endblock %} {% block auth_form %}
It takes a moment.
{# Native form POST for the same reason as /login: it is what makes the browser offer to save the new password. `autocomplete="new-password"` is what tells it this is a signup rather than a sign-in. #}